linux: Don't use set_fixmap/clear_fixmap after boot-time. It's not
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 7 Mar 2007 10:13:39 +0000 (10:13 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 7 Mar 2007 10:13:39 +0000 (10:13 +0000)
commitbca5f6d82974e70ae34a90344c041b5d61dfe95f
treef8fe3c8160d146bc59ccb21e340a2839e3ee3f6d
parent786ad1ffaac5f4b9e22025a386be81376a99caf1
linux: Don't use set_fixmap/clear_fixmap after boot-time. It's not
allowed and the functions are marked __init on x86/64.
Use HYPERVISOR_update_va_mapping() directly instead.
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/core/machine_reboot.c